-
Notifications
You must be signed in to change notification settings - Fork 24
Hip integration test #1031
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Hip integration test #1031
Conversation
a284198 to
5d06329
Compare
|
|
||
| // Covfie include(s) | ||
|
|
||
| // we can include it after solving the linking problem - covfie::hip in the cake |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| // we can include it after solving the linking problem - covfie::hip in the cake | |
| // we can include it after solving the linking problem - covfie::hip in the cmake |
| // run the test code to copy the objects | ||
| detector_test(toy_det_data, volumes_data, surfaces_data, transforms_data, | ||
| rectangles_data, discs_data, cylinders_data); | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's not change this file unless we need to
|
Could we maybe put the covfie update in a separate PR? |
e81b934 to
9e9e586
Compare
|
|
||
| # C++17 support for HIP requires CMake 3.21. | ||
| cmake_minimum_required(VERSION 3.21) # HIP langauge support requires minimum 3.21 | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we really need the detray_test_hip library for the propagator integration test?
| // run the test code to copy the objects | ||
| detector_test(toy_det_data, volumes_data, surfaces_data, transforms_data, | ||
| rectangles_data, discs_data, cylinders_data); | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please revert the changes in this file
|



implementation of the HIP integration test : CMake config + propagator test